GoXam for WPF v3
GraphModel<NodeType,NodeKey> Class Properties


Northwoods.GoXam.Model Namespace : GraphModel<NodeType,NodeKey> Class

For a list of all members of this type, see GraphModel<NodeType,NodeKey> members.

Public Properties
 NameDescription
Public Property Gets or sets the format of this model's data. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public Property Gets or sets a property path that that specifies how to get the collection of keys of node data from which links come.  
Public Property Gets or sets a property path that that specifies how to get the key for "container" or group node data of a node data object.  
Public Property Gets or sets a flag that enables or disables support for undo and redo. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public PropertyThis property is true during a call to ChangeModel, indicating a change happening due to an undo or a redo. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public PropertyThis property is true after a StartTransaction and before a corresponding CommitTransaction or RollbackTransaction. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public Property Gets or sets whether this model is considered changed from an earlier state. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public Property Gets or sets a property path that that specifies how to get a list of keys for the "member" nodes of a group node data object.  
Public Property Gets or sets whether various model-changing methods are enabled. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public Property A name for this model. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public Property Gets or sets a property path that that specifies how to find the category of a node data.  
Public Property Gets or sets a property path that that specifies how to find out whether a node data is also a "container" group.  
Public Property Gets or sets whether all node data are also their own keys.  
Public Property Gets or sets a property path that that specifies how to get the key for node data.  
Public PropertyGets or sets whether a NodeKey reference, when NodeKeyIsNodeData is true, automatically inserts the node into NodesSource.  
Public Property Gets or sets the collection of node data items for the model.  
Public PropertyGets or sets a flag that tells OnChanged whether it should notify any UndoManager that a change has occurred. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public Property Gets or sets a property path that that specifies how to get the collection of keys of node data to which links go.  
Public PropertyGets or sets the UndoManager for this model. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Public Property Specify what kinds of graphs this model allows.  
Top
Protected Properties
 NameDescription
Protected Property Gets or sets whether the model is being constructed or re-constructed. (Inherited from Northwoods.GoXam.Model.DiagramModel)
Top
See Also

Reference

GraphModel<NodeType,NodeKey> Class
Northwoods.GoXam.Model Namespace
IDiagramModel Interface